projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75939b8
)
Set tab-line face height to 0.9.
author
Juri Linkov
<juri@linkov.net>
Mon, 14 Oct 2019 21:50:24 +0000
(
00:50
+0300)
committer
Juri Linkov
<juri@linkov.net>
Mon, 14 Oct 2019 21:50:24 +0000
(
00:50
+0300)
* lisp/tab-line.el (tab-line): Set :height to 0.9.
* lisp/tab-bar.el (tab-bar): Remove :height.
lisp/tab-bar.el
patch
|
blob
|
history
lisp/tab-line.el
patch
|
blob
|
history
diff --git
a/lisp/tab-bar.el
b/lisp/tab-bar.el
index e96d5d15b2bce2eff37857e5f8a5d599a0d827dd..23ac243f53d3b3374b989f6f339b115f62efe26f 100644
(file)
--- a/
lisp/tab-bar.el
+++ b/
lisp/tab-bar.el
@@
-50,7
+50,6
@@
(defface tab-bar
'((((type x w32 ns) (class color))
- :height 1.1
:inherit variable-pitch
:background "grey85"
:foreground "black")
diff --git
a/lisp/tab-line.el
b/lisp/tab-line.el
index 69b510b64c0846f6fa02e3d359c0dfbb8a454081..4397cae255fd1a90f424095a3d22ad1e7b283215 100644
(file)
--- a/
lisp/tab-line.el
+++ b/
lisp/tab-line.el
@@
-44,6
+44,7
@@
(defface tab-line
'((((type x w32 ns) (class color))
:inherit variable-pitch
+ :height 0.9
:background "grey85"
:foreground "black")
(((type x) (class mono))